OpenBuildings GenerativeComponents Help

Second (using child node points) BSpline curve

In this script, the Points are created inside a ByFunction technique. They are defined as children of the top-level parent node point2 by using the this keyword. This way all the Points are added to a List which in turn can be passed to the BSplineCurve.ByPointsOnCurve technique to create a BSplineCurve.

Play up to transaction 11 to see the resulting curve.